callHandler

Undocumented in source. Be warned that the author may not have intended to support it.
void
callHandler
(
T
string fun
)
if (
is(T == class) ||
is(T == struct) &&
hasMember!(T, "__CALLACTION__")
)

Meta